projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b635e60
)
win32: Fix compiler warning
author
Benjamin Otte
<otte@redhat.com>
Wed, 14 Mar 2012 18:40:15 +0000
(19:40 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 15 Mar 2012 01:55:25 +0000
(
02:55
+0100)
gtk/gtkwin32theme.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwin32theme.c
b/gtk/gtkwin32theme.c
index 161df961c21dc72576264f6b89254746a2f259cb..6fb480e223c21466b4ee01157c15c60d46bd06ba 100644
(file)
--- a/
gtk/gtkwin32theme.c
+++ b/
gtk/gtkwin32theme.c
@@
-200,8
+200,8
@@
_gtk_win32_theme_part_create_surface (HTHEME theme,
cairo_t *cr;
int x_offs;
int y_offs;
- gboolean has_alpha;
#ifdef G_OS_WIN32
+ gboolean has_alpha;
HDC hdc;
RECT rect;
SIZE size;